home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / webmon_1 / frmgatew.frm < prev    next >
Text File  |  1999-08-09  |  33KB  |  1,022 lines

  1. VERSION 5.00
  2. Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
  3. Object = "{24365B29-A3B5-11D1-B8B0-444553540000}#1.0#0"; "Xfxforms.ocx"
  4. Begin VB.Form FrmGateWay 
  5.    BackColor       =   &H00FF8080&
  6.    BorderStyle     =   0  'None
  7.    ClientHeight    =   6195
  8.    ClientLeft      =   4320
  9.    ClientTop       =   3330
  10.    ClientWidth     =   9285
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   6195
  13.    ScaleWidth      =   9285
  14.    ShowInTaskbar   =   0   'False
  15.    Begin VB.Timer tmrStarted 
  16.       Interval        =   65000
  17.       Left            =   4080
  18.       Top             =   2880
  19.    End
  20.    Begin xfxFormShaper.FormShaper FormShaper1 
  21.       Left            =   120
  22.       Top             =   1080
  23.       _ExtentX        =   1852
  24.       _ExtentY        =   1296
  25.    End
  26.    Begin VB.TextBox txtPingThis 
  27.       Height          =   285
  28.       Left            =   5880
  29.       TabIndex        =   24
  30.       Top             =   5280
  31.       Width           =   1575
  32.    End
  33.    Begin VB.Timer tmrScroll 
  34.       Interval        =   50
  35.       Left            =   5160
  36.       Top             =   240
  37.    End
  38.    Begin VB.Timer tmrUpdater 
  39.       Interval        =   1000
  40.       Left            =   3120
  41.       Top             =   360
  42.    End
  43.    Begin VB.Timer tmrAlert2 
  44.       Enabled         =   0   'False
  45.       Index           =   1
  46.       Interval        =   1000
  47.       Left            =   480
  48.       Top             =   0
  49.    End
  50.    Begin VB.Timer tmrAlert2 
  51.       Enabled         =   0   'False
  52.       Index           =   0
  53.       Interval        =   10000
  54.       Left            =   0
  55.       Top             =   0
  56.    End
  57.    Begin VB.Timer tmrAlert2 
  58.       Enabled         =   0   'False
  59.       Index           =   2
  60.       Interval        =   1000
  61.       Left            =   960
  62.       Top             =   0
  63.    End
  64.    Begin VB.Timer tmrDealWithResponseCodes 
  65.       Enabled         =   0   'False
  66.       Interval        =   10000
  67.       Left            =   4560
  68.       Top             =   120
  69.    End
  70.    Begin MSWinsockLib.Winsock WGate 
  71.       Left            =   720
  72.       Top             =   240
  73.       _ExtentX        =   741
  74.       _ExtentY        =   741
  75.       _Version        =   327681
  76.       Protocol        =   1
  77.    End
  78.    Begin VB.Timer TmrCheckGateWays 
  79.       Interval        =   1000
  80.       Left            =   360
  81.       Top             =   240
  82.    End
  83.    Begin VB.Label lblPingStatus 
  84.       BackColor       =   &H00000000&
  85.       BeginProperty Font 
  86.          Name            =   "MS Sans Serif"
  87.          Size            =   9.75
  88.          Charset         =   0
  89.          Weight          =   400
  90.          Underline       =   0   'False
  91.          Italic          =   0   'False
  92.          Strikethrough   =   0   'False
  93.       EndProperty
  94.       ForeColor       =   &H0000FFFF&
  95.       Height          =   615
  96.       Left            =   4320
  97.       TabIndex        =   33
  98.       Top             =   3120
  99.       Width           =   4815
  100.    End
  101.    Begin VB.Label Label12 
  102.       BackColor       =   &H00000000&
  103.       Caption         =   "  Bytes Sent"
  104.       ForeColor       =   &H0000FFFF&
  105.       Height          =   255
  106.       Left            =   4320
  107.       TabIndex        =   32
  108.       Top             =   3720
  109.       Width           =   1335
  110.    End
  111.    Begin VB.Label lblBytesSent 
  112.       BackColor       =   &H00000000&
  113.       ForeColor       =   &H0000FFFF&
  114.       Height          =   255
  115.       Left            =   5640
  116.       TabIndex        =   31
  117.       Top             =   3720
  118.       Width           =   1215
  119.    End
  120.    Begin VB.Label Label7 
  121.       BackColor       =   &H00000000&
  122.       Caption         =   "  Bytes Recieved"
  123.       ForeColor       =   &H0000FFFF&
  124.       Height          =   255
  125.       Left            =   4320
  126.       TabIndex        =   30
  127.       Top             =   3960
  128.       Width           =   1335
  129.    End
  130.    Begin VB.Label lblBytesRecieved 
  131.       BackColor       =   &H00000000&
  132.       ForeColor       =   &H0000FFFF&
  133.       Height          =   255
  134.       Left            =   5640
  135.       TabIndex        =   29
  136.       Top             =   3960
  137.       Width           =   1215
  138.    End
  139.    Begin VB.Label Label9 
  140.       BackColor       =   &H00000000&
  141.       Caption         =   "  Time in m/s"
  142.       ForeColor       =   &H0000FFFF&
  143.       Height          =   255
  144.       Left            =   4320
  145.       TabIndex        =   28
  146.       Top             =   4200
  147.       Width           =   1335
  148.    End
  149.    Begin VB.Label lblTimeMS 
  150.       BackColor       =   &H00000000&
  151.       ForeColor       =   &H0000FFFF&
  152.       Height          =   255
  153.       Left            =   5640
  154.       TabIndex        =   27
  155.       Top             =   4200
  156.       Width           =   1215
  157.    End
  158.    Begin VB.Label lblPStats2 
  159.       BackColor       =   &H00000000&
  160.       BeginProperty Font 
  161.          Name            =   "MS Sans Serif"
  162.          Size            =   9.75
  163.          Charset         =   0
  164.          Weight          =   400
  165.          Underline       =   0   'False
  166.          Italic          =   0   'False
  167.          Strikethrough   =   0   'False
  168.       EndProperty
  169.       ForeColor       =   &H0000FFFF&
  170.       Height          =   375
  171.       Left            =   4320
  172.       TabIndex        =   26
  173.       Top             =   4440
  174.       Width           =   4815
  175.    End
  176.    Begin VB.Label Label5 
  177.       BackColor       =   &H00000000&
  178.       Caption         =   "Label11"
  179.       Height          =   735
  180.       Left            =   6840
  181.       TabIndex        =   25
  182.       Top             =   3720
  183.       Width           =   2295
  184.    End
  185.    Begin VB.Image Image1 
  186.       Height          =   480
  187.       Left            =   4560
  188.       Picture         =   "FrmGateWay.frx":0000
  189.       ToolTipText     =   "Add New Server"
  190.       Top             =   5160
  191.       Width           =   480
  192.    End
  193.    Begin VB.Image Image2 
  194.       Height          =   480
  195.       Left            =   5280
  196.       Picture         =   "FrmGateWay.frx":0442
  197.       ToolTipText     =   "Reset Alarms"
  198.       Top             =   5160
  199.       Width           =   480
  200.    End
  201.    Begin VB.Image Image3 
  202.       Height          =   480
  203.       Left            =   7680
  204.       Picture         =   "FrmGateWay.frx":0884
  205.       ToolTipText     =   "Manual Ping"
  206.       Top             =   5160
  207.       Width           =   480
  208.    End
  209.    Begin VB.Image Image4 
  210.       Height          =   480
  211.       Left            =   8400
  212.       Picture         =   "FrmGateWay.frx":0CC6
  213.       ToolTipText     =   "Hide"
  214.       Top             =   5160
  215.       Width           =   480
  216.    End
  217.    Begin VB.Label lblScroll 
  218.       BackStyle       =   0  'Transparent
  219.       Caption         =   "WebMon GateWay Service Monitor"
  220.       BeginProperty Font 
  221.          Name            =   "Comic Sans MS"
  222.          Size            =   18
  223.          Charset         =   0
  224.          Weight          =   400
  225.          Underline       =   0   'False
  226.          Italic          =   0   'False
  227.          Strikethrough   =   0   'False
  228.       EndProperty
  229.       Height          =   615
  230.       Left            =   -5760
  231.       TabIndex        =   23
  232.       Top             =   120
  233.       Width           =   6015
  234.    End
  235.    Begin VB.Line Line17 
  236.       BorderColor     =   &H0000FF00&
  237.       X1              =   240
  238.       X2              =   3840
  239.       Y1              =   5280
  240.       Y2              =   5280
  241.    End
  242.    Begin VB.Label Label3 
  243.       BackColor       =   &H00000000&
  244.       Caption         =   "Label3"
  245.       Height          =   495
  246.       Left            =   120
  247.       TabIndex        =   22
  248.       Top             =   5280
  249.       Width           =   3855
  250.    End
  251.    Begin VB.Line Line16 
  252.       BorderColor     =   &H0000FF00&
  253.       X1              =   3840
  254.       X2              =   3840
  255.       Y1              =   4800
  256.       Y2              =   5280
  257.    End
  258.    Begin VB.Line Line15 
  259.       BorderColor     =   &H0000FF00&
  260.       X1              =   240
  261.       X2              =   3840
  262.       Y1              =   4800
  263.       Y2              =   4800
  264.    End
  265.    Begin VB.Line Line14 
  266.       BorderColor     =   &H00FF00F